MessageMessageDeliveryTime Property

Contains the date and time when a message was delivered.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public DateTime MessageDeliveryTime { get; set; }

Property Value

DateTime
The message delivery time.

Remarks

This property describes the time the message was stored at the server, rather than the download time when the transport provider copied the message from the server to the local store.

See Also